-
Notifications
You must be signed in to change notification settings - Fork 23
Default to post conversion to dynamic update slice #1496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@@ -691,7 +691,7 @@ const SUM_TO_CONV = Ref(false) | |||
const AGGRESSIVE_SUM_TO_CONV = Ref(false) | |||
const AGGRESSIVE_PROPAGATION = Ref(false) | |||
const DUS_SLICE_SIMPLIFY = Ref(true) | |||
const CONCATS_TO_DUS = Ref(false) | |||
const CONCATS_TO_DUS = Ref(true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😱
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
benefit is x/ref #1462
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[assuming we ofc nicely fix dus comm and other things, so can revert/change/etc things]
Co-authored-by: Mosè Giordano <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, though I'm not sure what this CI failure is https://github.com/EnzymeAD/Reactant.jl/actions/runs/16577306883/job/46884662450?pr=1496#logs
That's #1497. |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
No description provided.